ComponentOne Maps for WPF and Silverlight
Read(Byte[]) Method

C1.WPF.Maps Namespace > ShapeReader Class > Read Method : Read(Byte[]) Method
Byte array that contains ShapeFile data.
Read shape file data from byte array.
Syntax
'Declaration
 
Public Overloads Shared Function Read( _
   ByVal content() As System.Byte _
) As System.Collections.Generic.Dictionary(Of C1VectorItemBase,C1ShapeAttributes)
public static System.Collections.Generic.Dictionary<C1VectorItemBase,C1ShapeAttributes> Read( 
   System.byte[] content
)

Parameters

content
Byte array that contains ShapeFile data.

Return Value

dictionary of vector objects and shape attribute objects for C1VectorLayer.
See Also

Reference

ShapeReader Class
ShapeReader Members
Overload List